home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha Extra 2004 January / CyberMycha Extra 1-2004 (Poland) (Disc 2).bin / Pippi / myot.dir / 00096_gitarr.ls < prev    next >
Encoding:
Text File  |  2001-09-10  |  243 b   |  20 lines

  1. on mouseDown me
  2.   if soundBusy(2) = 0 then
  3.     sound(2).play(member("mu", 1))
  4.   else
  5.     sound(3).play(member("mu", 1))
  6.   end if
  7. end
  8.  
  9. on mouseEnter me
  10.   cursor([500, 501])
  11. end
  12.  
  13. on mouseLeave me
  14.   cursor(0)
  15. end
  16.  
  17. on endSprite me
  18.   cursor(0)
  19. end
  20.